Esx Settings Depots Online Summary

Esx Settings Depots Online Summary
Esx Settings Depots Online Summary

The Esx Settings Depots Online Summary schema defines the summary information regarding a depot.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "description": "string",
    "location": "string",
    "enabled": false,
    "system_defined": false,
    "owner": "string",
    "ownerdata": "string"
}
string
description
Required

Description of the depot. It will be an empty string if no description was provided during create.

This property was added in vSphere API 7.0.0.0.

string As uri As uri
location
Required

Location of the depot.

This property was added in vSphere API 7.0.0.0.

boolean
enabled
Required

Flag indicating whether this depot is enabled or not.

This property was added in vSphere API 7.0.0.0.

boolean
system_defined
Required

Flag to indicate if the depot is system defined. System defined depot can not be deleted.

This property was added in vSphere API 7.0.0.0.

string
owner
Optional

Name of the user creating the depot.

This property was added in vSphere API 7.0.3.0.

This property is optional because it was added in a newer version than its parent node.

string
ownerdata
Optional

Private data saved by the owner of depot. It is opaque to vLCM.

This property was added in vSphere API 7.0.3.0.

This property is optional because it was added in a newer version than its parent node.